home *** CD-ROM | disk | FTP | other *** search
/ 200 Game / 200GAME2.iso / FLASHGAME / PARADE.EXE / scripts / DefineButton2_164 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2000-08-17  |  68 b   |  7 lines

  1. on(press){
  2.    tellTarget("/catdog")
  3.    {
  4.       stop();
  5.    }
  6. }
  7.